home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global selected
- sound stop 2
- set data to random(3)
- if data = (selected - 1) then
- set data to data + 1
- if data > 3 then
- set data to random(2)
- end if
- end if
- if data = 1 then
- go(the frame + 1)
- end if
- if data = 2 then
- go(the frame + 3)
- end if
- if data = 3 then
- go(the frame + 5)
- end if
- end
-